home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 008 / grspexe.arc / HISTORY.DOC < prev    next >
Encoding:
Text File  |  1986-08-12  |  3.4 KB  |  96 lines

  1.       GRASP - GRAphical System for Presentation - Revision history
  2.  
  3.      The following is a LIFO list of the revision history of GRASP.
  4.  
  5. Do not worry about always keeping the latest version of GRASP around unless
  6. one of these bugs or features directly affects you...
  7. _____________________________________________________________________________
  8.  
  9. 1.10c - August 15, 1986
  10. -----
  11.  
  12. * The little '4' in upper left corner of CGA now gone. Whew!
  13.  
  14. * SLIDE (pfade 19) on CGA speed fixed. Now runs at full speed.
  15.  
  16. * Many, many HERCULES mode bugs fixed including the hang with fade speeds.
  17.  
  18. * Can change paths from Main Directory now.
  19.  
  20. * Fonts moved to far segment so larger fonts may be used.
  21.  
  22. * RE-compiled with MANX C which provides smaller, faster code.
  23.  
  24. * Lots of little fixes and code clean-ups.
  25.  
  26. * A couple of manual changes and clarifications.
  27.  
  28. * NEW COMMAND - MOVE - moves section of screen to another part of screen.
  29.  
  30. * NEW COMMAND - RECT - draws fast filled rectangles.
  31.  
  32. * NEW COMMAND - TILE - fills screen with a clipping, i.e., tiling effect.
  33.  
  34. * NEW COMMAND - POSITION - sets position in PCPAINT page where screen will
  35.                            be displayed from. This allows you to create
  36.                            very large pages and scroll around in them.
  37.  
  38. * NEW COMMAND - SETUPSCR - now required before PAN command. To do EGA panning
  39.                            the sequence must be as follows:
  40.  
  41.                            SETUPSCR buffer
  42.                            PFADE 0,1
  43.                            PAN (around anywhere you like...)
  44.                            CLEARSCR
  45.                            RESETSCR
  46.  
  47.                            also note that SETUPSCR and RESETSCR will reset
  48.                            the window parameters to screen size, so you
  49.                            must reset with the window command if you need to.
  50. _____________________________________________________________________________
  51.  
  52. 1.10b - June 3, 1986
  53. -----
  54. * You can now load pictures of any type, even while in a different video
  55.   mode.
  56.  
  57. * Text clipping placement is now correct.
  58.  
  59. _____________________________________________________________________________
  60.  
  61. 1.10a - May 25, 1986
  62. -----
  63. * Hercules mode now works properly. You can read all menus.
  64.  
  65. * EGA monochrome mode now works better. The system will default to the proper
  66.   configuration based on your hardware at start-up.
  67.  
  68. * Use of an old VIDEO command now signals an error instead of sometimes
  69.   hanging.
  70.  
  71. * The routine that checks for existence of a mouse doesn't hang the machine
  72.   now.
  73.  
  74. * Passing a video mode parameter to PCPAINT (ALT-F10 function in editor) now
  75.   works all the time.
  76.  
  77. * GRASP used to support dual monitor configs. Due to the fact that may
  78.   vendors have hercules emulation on their EGAs, I can't tell whether
  79.   I need to switch monitors or not to get to herc. Therefore, GRASP no
  80.   longer automatically switches monitors. If you have dual monitors, you
  81.   need to do a DOS MODE command to switch before running GRASP.
  82.  
  83. * If you try to set EGA modes and don't have one, it tells you...instead
  84.   of hanging.
  85.  
  86. _____________________________________________________________________________
  87.  
  88. 1.10  - May 15, 1986 - Official First Release
  89. -----
  90.  
  91. _____________________________________________________________________________
  92.  
  93. 1.10* - April 15, 1986 - Beta Release
  94. -----
  95. _____________________________________________________________________________
  96.